home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 9 / Night Owl CD-ROM (NOPV9) (Night Owl Publisher) (1993).ISO / 015a / scr11.zip / SCR.DOC next >
Text File  |  1993-03-04  |  2KB  |  36 lines

  1.                             ┌──────────────────────┐
  2.                             │       SCR v1.1       │
  3.                             │ (c) 1993 by Hank Lee │
  4.                             └──────────────────────┘
  5.  
  6.      SCR is a handy utility that can convert any file into a DEBUG script.
  7. The script can then be run thru DEBUG to reassemble the original file.  You
  8. might ask your self, why would I need to do that?  My files are fine the
  9. way they are.  Well, I can give you one specific example.
  10.  
  11.      Some networks allow you to send a file along with your message.  Some
  12. don't.  Or maybe you don't know how.  That's were SCR comes into play.  SCR
  13. can convert a binary file (any file, for that matter) into a DEBUG script,
  14. which is ASCII text.  You can then send the text over as a message and the
  15. receiver can then reassemble your program with DEBUG.
  16.  
  17.      Security of data was not an issue when I wrote this small utility.  I
  18. wrote it because I needed to send a file over a network, as described above.
  19. Then I realized, that others might benefit from it too.
  20.  
  21.      By using this program, you agree that I, Hank Lee, are in no way
  22. responsible for the possible damages, lost of security, or lost of profit,
  23. etc.  I am also not responsible for the possible maluse of my program.
  24.  
  25.      SCR is strictly FreeWare.  You are free to distribute it any way you see
  26. fit, _WITHOUT_ charging any money.  Vendors can charge for shipping and
  27. handling and the cost of the disk.
  28.  
  29.      SCR is simple to use.  Run it without any switches or parameters to see
  30. the Help Screen.  The Help Screen is self-explanatory.  Remeber, .EXE files
  31. cannot be written when you use DEBUG.  So rename your .EXE file to something
  32. else before using SCR.  Theoretically, SCR can convert a file 4,298,769,225
  33. bytes large, but it's never been tested.
  34.  
  35.  
  36.